Update dayjs 1.11.7 → 1.11.11 (patch) #104
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ dayjs (1.11.7 → 1.11.11) · Repo · Changelog
Release Notes
1.11.11
1.11.10
1.11.9
1.11.8
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 69 commits:
chore(release): 1.11.11 [skip ci]
Merge pull request #2641 from iamkun/dev
fix: day of week type literal (#2630)
chore: add french README.md (#2547)
fix: Update 'da' locale to match correct first week of year (#2592)
chore: Update README.md
chore: Update README.md
chore: Update README.md
fix: update locale Bulgarian monthsShort Jan (#2538)
chore: Update README.md
Update README.md
Merge pull request #2470 from iamkun/master
Merge branch 'dev' into master
chore: Readme add usage trend (#2444)
fix: improve locale "zh-hk" format and meridiem (#2419)
chore: Change CI badge style (#2454)
chore: Fix CI Badge (#2452)
chore(release): 1.11.10 [skip ci]
Merge pull request #2449 from iamkun/dev
fix: update $x logic to avoid plugin error (#2429)
fix: fix timezone plugin to get correct locale setting (#2420)
fix: update uzbek language translation (#2327)
docs: update readme image tag and formating (#2409)
fix: change back fa locale to the Gregorian calendar equivalent (#2411)
fix: Update Slovenian locale for relative time (#2396)
fix: Add Korean Day of Month with ordinal (#2395)
docs: corrected incorrect Korean translations (#2414)
fix(locale): add meridiem in `ar` locale (#2418)
fix: sub-second precisions need to be rounded at the seconds field to avoid adding floats (#2377)
fix: fix isDayjs check logic (#2383)
docs: update README-ja.md (#2378)
fix: duration plugin getter get result 0 instead of undefined (#2369)
fix: duration plugin - MILLISECONDS_A_MONTH const calculation (#2362)
fix: round durations to millisecond precision for ISO string (#2367)
chore(release): 1.11.9 [skip ci]
Merge pull request #2360 from iamkun/dev
fix: Optimize format method (#2313)
fix: Add null to min and max plugin return type (#2355)
fix: update Duration plugin add/subtract take into account days in month (#2337)
fix: update MinMax plugin 1. ignore the 'null' in args 2. return the only one arg (#2330)
fix(): check if null passed to objectSupport parser (#2175)
fix: dayjs(null) throws error, not return dayjs object as invalid date (#2334)
chore: Added Hebrew version of Readme (#2340)
fix: dayjs.diff improve performance (#2244)
test: update test case
test: update test case
fix: objectSupport plugin causes an error when null is passed to dayjs function (closes #2277) (#2342)
chore(release): 1.11.8 [skip ci]
Merge pull request #2323 from iamkun/dev
chore: update ci
Merge pull request #2320 from iamkun/dev
chore: update action debug
Merge pull request #2319 from iamkun/dev
chore: update action node env
Merge pull request #2318 from iamkun/dev
chore: update action env
Merge pull request #2317 from iamkun/dev
chore: update action build
Merge pull request #2316 from iamkun/dev
Merge branch 'master' into dev
chore: update action (#2315)
Merge pull request #2287 from iamkun/dev
Merge branch 'master' into dev
chore: update doc
fix: type file first parameter date is optional in isSame(), isBefore(), isAfter() (#2272)
fix: .format add padding to 'YYYY' (#2231)
fix: timezone type mark `date` parameter as optional (#2222)
fix: Added .valueOf method to Duration class (#2226)
chore: update
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands